home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / catalogg / 32pssw10.zip / _SETUP.1 / SOO32S.EXE / 0 / RCDATA / TREPORTFORM / TREPORTFORM.txt
Text File  |  1996-10-12  |  2KB  |  89 lines

  1. object ReportForm: TReportForm
  2.   Left = 124
  3.   Top = 147
  4.   BorderStyle = bsDialog
  5.   Caption = 'Report Status Screen'
  6.   ClientHeight = 130
  7.   ClientWidth = 364
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   TextHeight = 16
  18.   object Label1: TLabel
  19.     Left = 8
  20.     Top = 16
  21.     Width = 346
  22.     Height = 58
  23.     Alignment = taCenter
  24.     AutoSize = False
  25.     Caption = 'Printing Status'
  26.     Font.Color = clBlack
  27.     Font.Height = -13
  28.     Font.Name = 'Arial'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object BitBtn1: TBitBtn
  33.     Left = 136
  34.     Top = 88
  35.     Width = 90
  36.     Height = 34
  37.     Caption = '&Cancel'
  38.     Font.Color = clBlack
  39.     Font.Height = -13
  40.     Font.Name = 'Arial'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     TabOrder = 0
  44.     OnClick = BitBtn1Click
  45.     Kind = bkCancel
  46.   end
  47.   object ReportPrinter1: TReportPrinter
  48.     StatusLabel = Label1
  49.     StatusFormat = 'Printing Page %p'
  50.     LineHeightMethod = lhmFont
  51.     UnitsFactor = 1.000000000000000000
  52.     MarginLeft = 0.500000000000000000
  53.     MarginRight = 0.500000000000000000
  54.     MarginTop = 0.500000000000000000
  55.     MarginBottom = 0.500000000000000000
  56.     Title = 'Report'
  57.     Orientation = poPortrait
  58.     ScaleX = 100.000000000000000000
  59.     ScaleY = 100.000000000000000000
  60.     Left = 8
  61.     Top = 96
  62.   end
  63.   object ReportFiler1: TReportFiler
  64.     StatusLabel = Label1
  65.     StatusFormat = 'Printing page %p'
  66.     LineHeightMethod = lhmFont
  67.     UnitsFactor = 1.000000000000000000
  68.     MarginLeft = 0.500000000000000000
  69.     MarginRight = 0.500000000000000000
  70.     MarginTop = 0.500000000000000000
  71.     MarginBottom = 0.500000000000000000
  72.     Title = 'Report'
  73.     Orientation = poPortrait
  74.     ScaleX = 100.000000000000000000
  75.     ScaleY = 100.000000000000000000
  76.     FileName = 'TEMP.RPT'
  77.     StreamMode = smUser
  78.     Left = 40
  79.     Top = 96
  80.   end
  81.   object Timer1: TTimer
  82.     Enabled = False
  83.     Interval = 500
  84.     OnTimer = Timer1Timer
  85.     Left = 80
  86.     Top = 96
  87.   end
  88. end
  89.